home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-25 | 306 b | 14 lines | [TEXT/EDIT] |
- what:
-
- Syntax: what ( )
- what ( list )
-
- Description:
-
- What returns a STRING matrix of all the built-in and
- user-defined functions that currently reside in the global
- symbol table. If you supply a LIST argument to what, it will
- print out a list of the user-defined functions in the LIST.
-
- See Also: who
-